Release 10.1A: OpenEdge Deployment:
Startup Command and Parameter Reference
ADE R-code Location (-baseADE)
Use ADE R-code Location (
-baseADE) to specify where the client should look for another version of ADE r-code on the same machine at the same time.
Operating system
and syntax UNIX
Windows-baseADEdirectory Use
with Maximum value Minimum value Single-user default Multi-user default Client Session – – – –
directoryIdentifies where the client should look for the ADE r-code.
You can have different versions of ADE r-code on the same machine at the same time. As a result, you need a way to specify the ADE r-code directory to the client so that the client can add this directory and all of the procedure libraries contained in the directory to the
PROPATH. The-baseADEstartup parameter lets you specify the location of the ADE r-code directory.At session startup, OpenEdge automatically adds
$DLC/gui(or$DLC/ttyfor character mode clients) and all procedure libraries in$DLC/gui(or$DLC/tty) toPROPATH.When you specify
-baseADE, the$DLC/gui(or$DLC/tty) directory and the procedure libraries in$DLC/gui(or$DLC/tty) are not added toPROPATH. Instead, the directory specified using the-baseADEstartup parameter is added toPROPATHfollowed by all of the procedure libraries in the directory. For example, if you use-baseADEto specify the following:
And
c:\maint\guicontains the following procedure libraries:adecomm.pl,adeuib.pl, andprotools.pl.The
PROPATHlooks like the following:
If
$DLC/gui(or$DLC/tty) or any of the procedure libraries from the directory already are part ofPROPATH(environment variable,.inifile, or registry setting), OpenEdge does not remove them.OpenEdge allows you to specify an empty string for
<directory>,-baseADE "". In this situation, OpenEdge does not add$DLC/gui(or$DLC/tty) or the procedure libraries in$DLC/gui(or$DLC/tty) toPROPATH.You also can specify the ADE R-code Location with the
BASE-ADEattribute of theSESSIONsystem handle. For more information about thisSESSIONattribute, see the OpenEdge Development: Progress 4GL Reference .
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |